fillRectangle

Float overloading for fillRectangle

  1. void fillRectangle(float x, float y, float width, float height, HipColor color)
    version(DefineOverloadings)
    void
    fillRectangle
    (
    float x
    ,
    float y
    ,
    float width
    ,
    float height
    ,
    HipColor color = HipColor.no
    )
  2. void fillRectangle(T r, HipColor color)

Meta